home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 May Disc 2 / .net May 1998 disc 2.iso / tutorial / lingo / storybk / shared.cst / 00505_Script_505 < prev    next >
Text File  |  1996-03-14  |  252b  |  19 lines

  1. -- Main Movie Script
  2.  
  3. on startmovie
  4.   --sets initial values for pauseduration and pausemax
  5.   
  6.   global pauseduration, pausemax
  7.   
  8.   set pauseduration to 150
  9.   
  10.   if the colorDepth <> 8 then
  11.     set colorDepth to 8
  12.   end if
  13.   
  14. end
  15.  
  16.  
  17.  
  18.  
  19.